Reverse Method (Int32, Int32)

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Reverses the items in the range of count items starting from start, in place.

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
public void Reverse(
	int start,
	int count
)
Visual Basic (Declaration)
Public Sub Reverse ( _
	start As Integer, _
	count As Integer _
)
Visual C++
public:
void Reverse (
	int start, 
	int count
)

Parameters

start
Int32
The starting index of the range to reverse.
count
Int32
The number of items in range to reverse.

See Also